Q3Comment_Write
You can use theQ3Comment_Write
function to write a comment to a file object.
TQ3Status Q3Comment_Write ( char *comment, TQ3FileObject file);
comment
- A pointer to a null-terminated C string.
file
- A file object.
DESCRIPTION
TheQ3Comment_Write
function writes the string of characters pointed to by thecomment
parameter to the file object specified by thefile
parameter. QuickDraw 3D currently supports writing comments to text files only; if you callQ3Comment_Write
to write a comment to a binary file, QuickDraw 3D ignores the call. In addition, you cannot currently use QuickDraw 3D to read comments from a file.